home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / fftPPC.lha / fftPPC / include / malloc.h
Encoding:
C/C++ Source or Header  |  2000-05-31  |  140 b   |  13 lines

  1. /* hack :-) */
  2.  
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <string.h>
  6.  
  7. #include <ctype.h>
  8.  
  9. extern double hypot(double a, double b);
  10.  
  11.  
  12.  
  13.